Q3DrawContext_GetPane
You can use theQ3DrawContext_GetPane
function to get the pane of a draw context.
TQ3Status Q3DrawContext_GetPane ( TQ3DrawContextObject context, TQ3Area *pane);
context
- A draw context object.
pane
- On exit, the area in the specified draw context in which all drawing occurs.
DESCRIPTION
TheQ3DrawContext_GetPane
function returns, in thepane
parameter, the area in the draw context specified by thecontext
parameter in which all drawing occurs.